REPEAT unconditional loop begin: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Syntax: ~~~~~~~ REPEAT Description: ~~~~~~~~~~~~ Exactly the same as WHILE .T. Example: ~~~~~~~~ REPEAT nKey:=InKey(0) UNTIL nKey<>K_ENTER ... Enter key pressing ignore K_ENTER. Source file is Object.ch